home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel-075.lha / feel0.75 / Src / sun3-switch.s, < prev    next >
Text File  |  1992-02-11  |  362b  |  39 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks; strict;
  5. comment    @# @;
  6.  
  7.  
  8. 1.1
  9. date    92.01.09.23.23.10;    author pab;    state Exp;
  10. branches;
  11. next    ;
  12.  
  13.  
  14. desc
  15. @sun3 switch code
  16. @
  17.  
  18.  
  19. 1.1
  20. log
  21. @Initial revision
  22. @
  23. text
  24. @#NO_APP
  25. gcc_compiled.:
  26. .text
  27.     .even
  28. .globl _stack_switch_and_go
  29. _stack_switch_and_go:
  30.     link a6,#0
  31.     movel a6@@(8),d0
  32.     movel a6@@(12),a0
  33. L1:
  34.     unlk a6
  35.     movl d0,sp
  36.     jmp a0@@
  37.  
  38. @
  39.